Release 10.1A: OpenEdge Data Management:
DataServer for ODBC
Forward and backward scrolling
With the DataServer, forward and backward scrolling works with an ODBC data source just as it does with an OpenEdge database except when the data source fails to find a record. In Progress, the cursor position can change after a failed search; however, with the ODBC DataServer, a failed search does not affect the cursor. For example, if a cursor is positioned at
cust-num50 and a request for the nextcustomerfrom an OpenEdge table fails, the cursor moves to the next sequential record beyondcust-num50. The same failed request from a data source leaves the cursor atcust-num50. Your DataServer applications should not assume a certain cursor position after a failed find.You can, however, still use the
AVAILABLEfunction to determine whether a record is available. TheAVAILABLEfunction behaves consistently whether it accesses an OpenEdge database or an ODBC data source.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |